projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b3237a
)
(rmail-movemail-program): Fix customize type.
author
Andreas Schwab
<schwab@suse.de>
Fri, 18 Sep 1998 09:13:07 +0000
(09:13 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Fri, 18 Sep 1998 09:13:07 +0000
(09:13 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 6e609a6dfc393fa214471595c29a87f982862045..e0e5237133b0489e2ef14bac8bb5a5ff34b29826 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-87,7
+87,7
@@
(defcustom rmail-movemail-program nil
"If non-nil, name of program for fetching new mail."
:group 'rmail-retrieve
- :type '
string
)
+ :type '
(choice (const nil) string)
)
(defcustom rmail-pop-password nil
"*Password to use when reading mail from a POP server, if required."